func hash/fnv.appendUint32

3 uses

	hash/fnv (current package)
		fnv.go#L228: 	b = appendUint32(b, uint32(*s))
		fnv.go#L235: 	b = appendUint32(b, uint32(*s))
		fnv.go#L343: func appendUint32(b []byte, x uint32) []byte {